home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 13630 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.9 KB

  1. Path: news.wco.com!news
  2. From: agserm@netwizards.net (Ansel Sermersheim)
  3. Newsgroups: comp.lang.c,comp.lang.c++,alt.msdos.programmer,comp.os.msdos.programmer
  4. Subject: Re: Please help (640x480 and linear addressing)
  5. Date: Tue, 26 Mar 1996 19:01:22 GMT
  6. Organization: West Coast Online's News Server - Not responsible for content
  7. Message-ID: <4j9eof$hk4@news.wco.com>
  8. References: <4g0god$ntl@news.voicenet.com> <312A9D9A.262F@mis.scitec.com.au> <Dn4I8F.MJ@rug.nl> <960325.141034.8759@banshee.uunet.ca>
  9. Reply-To: agserm@netwizards.net
  10. NNTP-Posting-Host: dial17.netwizards.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. mbabcock@feldspar.com (Michael Babcock) wrote:
  14.  
  15. >According to my records, Herman Dullink <h.dullink@wing.rug.nl> said
  16. >something to the effect of
  17.  
  18. >(> 2nd, with linear addressing, you don't need bank-switching. You get one large window located somewhere
  19. >(>      in the free address space of your system. E.g I access my 2MB at addresses 8MB-10MB.
  20.  
  21. >    Would you mind posting some information regarding setting this up?  a)
  22. >putting the card into linear addressing mode (VESA spec?) b) setting
  23. >where this memory will be linearly (or finding out where the card
  24. >chose to put it).
  25.  
  26.  
  27. Well, I believe you set bit 14 to get VESA to give you a linear
  28. framebuffer, and I believe <warning: untested> that it's located at
  29. the end of you're physical memory.  If you have 12 megs, and the
  30. graphics mem is 1mb, it maps to the space after 12, i.e.: 12-13 mb
  31. space.  However, because of a stupid design spec in ISA designs, if
  32. you have an ISA video card, and you have MORE than 15 Mb in your
  33. machine, then you can't use linear buffer.  This does not apply to
  34. VLbus cards, however
  35. ---
  36. This message may not be transmitted over any network owned directly or
  37. indirectly by Microsoft without a $5000 royalty.  Transmission of this message
  38. on such a network implies acceptance of these terms.  Subsequent messages
  39. are to be individually licensed.
  40.  
  41.